projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d9a2c
)
Drop gtk_render_slider from headers
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2020 01:47:39 +0000
(21:47 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2020 01:51:42 +0000
(21:51 -0400)
The function does not exist.
gtk/gtkrender.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrender.h
b/gtk/gtkrender.h
index 7e4b0b5f15d4e24e0d6aaec99ea2febd74cf7c77..2d70770ece3d46be5a1e99b89adf8bb320c2eca5 100644
(file)
--- a/
gtk/gtkrender.h
+++ b/
gtk/gtkrender.h
@@
-95,14
+95,6
@@
void gtk_render_line (GtkStyleContext *context,
double x1,
double y1);
GDK_AVAILABLE_IN_ALL
-void gtk_render_slider (GtkStyleContext *context,
- cairo_t *cr,
- double x,
- double y,
- double width,
- double height,
- GtkOrientation orientation);
-GDK_AVAILABLE_IN_ALL
void gtk_render_handle (GtkStyleContext *context,
cairo_t *cr,
double x,